/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes() 26 self.assertTrue(len(exe_file) > 10)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes() 26 self.assertTrue(len(exe_file) > 10)
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-generate-manifest.py | 61 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))
|
gyptest-link-update-manifest.py | 86 exe_file = test.built_file_path('test_update_manifest.exe', chdir=CHDIR) 87 return extract_manifest(exe_file, 1)
|
/external/chromium_org/tools/win/split_link/ |
install_split_link.py | 27 exe_file = os.path.join(path, program) 30 if IsExe(exe_file): 31 return exe_file
|
/external/chromium_org/base/process/ |
process_iterator_win.cc | 37 return _wcsicmp(executable_name_.c_str(), entry().exe_file()) == 0 &&
|
process_iterator.h | 35 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry 65 const char* exe_file() const { return exe_file_.c_str(); }
|
process_iterator_freebsd.cc | 118 if (executable_name_ != entry().exe_file())
|
process_iterator_linux.cc | 132 if (executable_name_ != entry().exe_file())
|
process_iterator_mac.cc | 130 return (executable_name_ == entry().exe_file() &&
|
process_iterator_openbsd.cc | 124 return (executable_name_ == entry().exe_file() &&
|
/external/chromium_org/chrome/installer/launcher_support/ |
chrome_launcher_support.cc | 110 // Returns the path to an installed |exe_file| (e.g. chrome.exe, app_host.exe) 114 const wchar_t* exe_file) { 117 // down from |exe_file|. Move up two levels (plus one to drop the file 120 setup_exe_path.DirName().DirName().DirName().Append(exe_file)); 124 // |exe_file| in the version directory 125 exe_path = setup_exe_path.DirName().DirName().Append(exe_file);
|
/external/chromium_org/chrome/tools/build/win/ |
create_installer_archive.py | 130 exe_file = os.path.join(options.last_chrome_installer, COURGETTE_EXEC) 131 cmd = '%s -gen "%s" "%s" "%s"' % (exe_file, orig_file, new_file, patch_file) 133 exe_file = os.path.join(options.build_dir, BSDIFF_EXEC) 134 cmd = [exe_file, orig_file, new_file, patch_file,]
|
/external/chromium/base/ |
process_util.h | 49 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry 83 const char* exe_file() const { return exe_file_.c_str(); }
|
process_util_linux.cc | 256 if (executable_name_ != entry().exe_file())
|
process_util_win.cc | 512 return _wcsicmp(executable_name_.c_str(), entry().exe_file()) == 0 &&
|
/external/chromium_org/chrome/browser/ |
memory_details_linux.cc | 96 process.name = process_entry->exe_file();
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 290 manifest, exe_file): 296 exe_file,
|