Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp750 std::string path_component(apk_path, path_end - apk_path); in calculate_odex_file_path() local
761 path_component.c_str(), in calculate_odex_file_path()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h231 void AddPath(int path_component);
Dparser.cc376 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() argument
377 location_->add_path(path_component); in AddPath()