Searched defs:filepath (Results 1 - 4 of 4) sorted by relevance

/system/extras/simpleperf/
H A Dread_apk.h38 EmbeddedElf(std::string filepath, argument
42 : filepath_(filepath)
50 const std::string &filepath() const { return filepath_; } function in class:EmbeddedElf
H A Denvironment.h38 std::string filepath; member in struct:KernelMmap
/system/core/metricsd/uploader/
H A Dupload_service_test.cc81 base::FilePath filepath = local
83 ASSERT_TRUE(base::CreateDirectory(filepath.DirName()));
85 base::WriteFile(filepath, value.data(), value.size()));
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp610 char filepath[MAX_PATH]; local
621 strcpy(filepath, path);
623 char* nameStart = filepath + pathlen;
626 writeTestFile(testCase, filepath);

Completed in 198 milliseconds