Searched refs:exe_file (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
H A Dgyptest-link-update-manifest.py86 exe_file = test.built_file_path('test_update_manifest.exe', chdir=CHDIR)
87 return extract_manifest(exe_file, 1)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py101 exe_file = basename + EXE_EXT
102 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
104 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
105 and os.path.getmtime(input_file) <= os.path.getmtime(exe_file)):
106 _debug("File is up to date, not regenerating %s", exe_file)
107 return exe_file
111 return exe_file
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc80 // Returns the path to an installed |exe_file| (e.g. chrome.exe) at the
84 const wchar_t* exe_file) {
87 // down from |exe_file|. Move up two levels (plus one to drop the file
90 setup_exe_path.DirName().DirName().DirName().Append(exe_file));
94 // |exe_file| in the version directory
95 exe_path = setup_exe_path.DirName().DirName().Append(exe_file);
83 FindExeRelativeToSetupExe(const base::FilePath setup_exe_path, const wchar_t* exe_file) argument
/external/chromium_org/tools/win/split_link/
H A Dinstall_split_link.py27 exe_file = os.path.join(path, program)
30 if IsExe(exe_file):
31 return exe_file
/external/lldb/utils/test/
H A Dllvm-mc-shell.py24 exe_file = os.path.join(path, program)
25 if is_exe(exe_file):
26 return exe_file
H A Drun-until-faulted.py24 exe_file = os.path.join(path, program)
25 if is_exe(exe_file):
26 return exe_file
H A Ddisasm.py25 exe_file = os.path.join(path, program)
26 if is_exe(exe_file):
27 return exe_file
/external/chromium_org/base/process/
H A Dprocess_iterator_win.cc37 return _wcsicmp(executable_name_.c_str(), entry().exe_file()) == 0 &&
H A Dprocess_iterator.h37 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
67 const char* exe_file() const { return exe_file_.c_str(); }
H A Dprocess_iterator_freebsd.cc120 if (executable_name_ != entry().exe_file())
H A Dprocess_iterator_linux.cc132 if (executable_name_ != entry().exe_file())
H A Dprocess_iterator_mac.cc131 return (executable_name_ == entry().exe_file() &&
H A Dprocess_iterator_openbsd.cc124 return (executable_name_ == entry().exe_file() &&
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp149 PlatformLinux::ResolveExecutable (const FileSpec &exe_file, argument
158 FileSpec resolved_exe_file (exe_file);
162 // If we have "ls" as the exe_file, resolve the executable location based on
166 exe_file.GetPath(exe_path, sizeof(exe_path));
177 exe_file.GetPath(exe_path, sizeof(exe_path));
185 error = m_remote_platform_sp->ResolveExecutable (exe_file,
240 exe_file.GetPath().c_str(),
274 exe_file.GetPath().c_str(),
H A DPlatformLinux.h61 ResolveExecutable (const FileSpec &exe_file,
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp158 PlatformFreeBSD::ResolveExecutable (const FileSpec &exe_file, argument
167 FileSpec resolved_exe_file (exe_file);
171 // If we have "ls" as the exe_file, resolve the executable location based on
175 exe_file.GetPath(exe_path, sizeof(exe_path));
186 exe_file.GetPath(exe_path, sizeof(exe_path));
194 error = m_remote_platform_sp->ResolveExecutable (exe_file,
211 exe_file.GetPath(exe_path, sizeof(exe_path));
233 exe_file.GetPath().c_str(),
268 exe_file.GetPath().c_str(),
277 exe_file
[all...]
H A DPlatformFreeBSD.h75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp174 PlatformiOSSimulator::ResolveExecutable (const FileSpec &exe_file, argument
182 FileSpec resolved_exe_file (exe_file);
184 // If we have "ls" as the exe_file, resolve the executable loation based on
239 exe_file.GetPath().c_str(),
247 exe_file.GetPath().c_str());
H A DPlatformiOSSimulator.h68 ResolveExecutable (const lldb_private::FileSpec &exe_file,
H A DPlatformDarwinKernel.cpp624 FileSpec exe_file = kext_bundle_path; local
625 Host::ResolveExecutableInBundle (exe_file);
626 if (exe_file.Exists())
628 ModuleSpec exe_spec (exe_file);
635 ModuleSP module_sp (new Module (exe_file, arch));
H A DPlatformDarwin.cpp126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, argument
135 FileSpec resolved_exe_file (exe_file);
139 // If we have "ls" as the exe_file, resolve the executable loation based on
143 exe_file.GetPath (exe_path, sizeof(exe_path));
157 exe_file.GetPath (exe_path, sizeof(exe_path));
165 error = m_remote_platform_sp->ResolveExecutable (exe_file,
200 exe_file.GetPath().c_str(),
234 exe_file.GetPath().c_str(),
H A DPlatformDarwin.h31 ResolveExecutable (const lldb_private::FileSpec &exe_file,
H A DPlatformRemoteiOS.cpp211 PlatformRemoteiOS::ResolveExecutable (const FileSpec &exe_file, argument
219 FileSpec resolved_exe_file (exe_file);
221 // If we have "ls" as the exe_file, resolve the executable loation based on
276 exe_file.GetPath().c_str(),
284 exe_file.GetPath().c_str());
H A DPlatformRemoteiOS.h70 ResolveExecutable (const lldb_private::FileSpec &exe_file,

Completed in 5728 milliseconds

12