Searched refs:file_path_str (Results 1 – 1 of 1) sorted by relevance
116 std::string file_path_str{file_path}; // no c_str for string_view. in RegisterFilePath() local118 auto fd = TEMP_FAILURE_RETRY(open(file_path_str.c_str(), O_RDONLY)); in RegisterFilePath()127 LOG(VERBOSE) << "RegisterFilePath path_id=" << path_id << ", file_path=" << file_path_str; in RegisterFilePath()129 if (!InsertFilePath(path_id, std::move(file_path_str))) { in RegisterFilePath()