OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executable_name_
(Results
1 - 11
of
11
) sorted by null
/external/libchrome/base/process/
process_iterator.cc
40
executable_name_
(executable_name) {
47
if (
executable_name_
.size() > 15) {
48
executable_name_
= FilePath::StringType(
executable_name_
,
49
executable_name_
.size() - 15, 15);
process_iterator.h
137
FilePath::StringType
executable_name_
;
member in class:base::NamedProcessIterator
process_iterator_linux.cc
136
if (
executable_name_
!= entry().exe_file())
process_iterator_mac.cc
136
return (
executable_name_
== entry().exe_file() &&
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.h
282
string
executable_name_
;
member in class:google::protobuf::compiler::CommandLineInterface
command_line_interface.cc
769
executable_name_
.clear();
824
executable_name_
= argv[0];
951
"arguments to " <<
executable_name_
<< ". This is actually "
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h
265
string
executable_name_
;
member in class:google::protobuf::compiler::CommandLineInterface
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h
265
string
executable_name_
;
member in class:google::protobuf::compiler::CommandLineInterface
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h
265
string
executable_name_
;
member in class:google::protobuf::compiler::CommandLineInterface
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h
294
string
executable_name_
;
member in class:google::protobuf::compiler::CommandLineInterface
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h
265
string
executable_name_
;
member in class:google::protobuf::compiler::CommandLineInterface
Completed in 835 milliseconds