Home
last modified time | relevance | path

Searched refs:JoinPaths (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc29 std::string JoinPaths(const std::string& one, const std::string& other) { in JoinPaths() function
125 std::string filepath = JoinPaths(current_directory_, filename); in Step()