Searched defs:path_component (Results 1 – 7 of 7) sorted by relevance
51 url::Component path_component; in ValidateAndParseTargetFromPath() local
649 std::string path_component(apk_path, path_end - apk_path); in calculate_odex_file_path() local
114 for (const auto& path_component : path_components) { in secure_mkdirs() local
664 url::Component path_component(0, cookie_path.length()); in CreateSanitizedCookie() local
383 const StringPiece path_component = *cur_path; in SetPath() local
449 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath()