OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:format_path
(Results
1 - 4
of
4
) sorted by null
/external/perfetto/src/ftrace_reader/test/
test_proto_gen.py
31
format_path
= sys.argv[3]
34
test_command(ftrace_proto_gen_path,
format_path
, proto_path)
/tools/repohooks/tools/
google-java-format.py
70
format_path
= find_executable(opts.google_java_format)
71
if not
format_path
:
77
'PATH': '%s%s%s' % (os.path.dirname(
format_path
),
/system/extras/simpleperf/
tracing.cpp
145
std::string
format_path
= android::base::StringPrintf(
local
148
if (android::base::ReadFileToString(
format_path
, &format_data)) {
156
std::string
format_path
= android::base::StringPrintf(
local
160
if (!android::base::ReadFileToString(
format_path
, &format_data)) {
161
PLOG(ERROR) << "failed to read " <<
format_path
;
/bionic/linker/
linker.cpp
1010
static bool
format_path
(char* buf, size_t buf_size, const char* path, const char* name) {
function
1026
if (!
format_path
(buf, sizeof(buf), path.c_str(), name)) {
[
all
...]
Completed in 182 milliseconds