Searched refs:last_separator (Results 1 – 2 of 2) sorted by relevance
70 size_t last_separator = exe_path.rfind(PATH_SEPARATOR); in GetFullPathForSnapshotFile() local71 if (last_separator != std::string::npos) { in GetFullPathForSnapshotFile()72 result = exe_path.substr(0, last_separator + 1); in GetFullPathForSnapshotFile()
91 size_t last_separator = options.exe_path.rfind(PATH_SEPARATOR); in GetFullPathForSnapshotFile() local92 if (last_separator != std::string::npos) { in GetFullPathForSnapshotFile()93 result = options.exe_path.substr(0, last_separator + 1); in GetFullPathForSnapshotFile()