Home
last modified time | relevance | path

Searched defs:last_slash (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt.cpp387 size_t last_slash = path.find_last_of('/'); in CreatePath() local
531 const char* last_slash = strrchr(apk_path, '/'); in ShouldSkipPreopt() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_name_resolver.cc122 string::size_type last_slash = file->name().find_last_of('/'); in GetFileDefaultImmutableClassName() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc184 string::size_type last_slash = file->name().find_last_of('/'); in FileClassName() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc228 string::size_type last_slash = path.rfind('/'); in PathSplit() local