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

/art/cmdline/
H A Dcmdline.h237 size_t file_name_idx = boot_image_location.rfind("/"); local
238 if (file_name_idx == std::string::npos) { // Prevent a InsertIsaDirectory check failure.
245 if (file_name_idx != std::string::npos) {
246 std::string no_file_name = boot_image_location.substr(0, file_name_idx);

Completed in 4 milliseconds