OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exe_file
(Results
1 - 9
of
9
) sorted by null
/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/vulkan-validation-layers/
determine_vs_version.py
46
exe_file
= os.path.join(path, program)
47
if is_exe(
exe_file
):
48
return
exe_file
/external/libchrome/base/process/
process_iterator.h
39
const wchar_t*
exe_file
() const { return szExeFile; }
function in struct:base::ProcessEntry
49
const char*
exe_file
() const { return exe_file_.c_str(); }
process_iterator_linux.cc
136
if (executable_name_ != entry().
exe_file
())
process_iterator_mac.cc
136
return (executable_name_ == entry().
exe_file
() &&
/external/google-breakpad/src/common/windows/
pdb_source_line_writer.h
91
EXE_FILE
, // a .exe or .dll file
92
ANY_FILE // try PDB_FILE and then
EXE_FILE
111
bool SetCodeFile(const wstring &
exe_file
);
pdb_source_line_writer.cc
132
bool PDBSourceLineWriter::SetCodeFile(const wstring &
exe_file
) {
134
code_file_ =
exe_file
;
139
return
exe_file
== code_file_;
171
case
EXE_FILE
:
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
dwp.cc
[
all
...]
Completed in 674 milliseconds