Searched refs:link_path (Results 1 – 3 of 3) sorted by relevance
165 link_path = flags.url + '/' + normalized_path167 link_path += flags.separator + line_number_str168 return link_path178 link_path = None192 link_path = remove_prefix(raw_path, '/src/third_party/')195 link_path = link_path[len('/chrome_root'):] # remove chrome_root197 link_path = remove_prefix(raw_path, '/chrome_root/src/')198 link_path = link_path[len('/chrome_root'):] # remove chrome_root204 link_path = '/src/out/Debug/gen/' + normalized_path208 if not link_path and (raw_path.startswith('src/') or[all …]
360 auto link_path = "/dev/block/" + type + "/" + device; in GetBlockDeviceSymlinks() local370 links.emplace_back(link_path + "/by-name/" + partition_name_sanitized); in GetBlockDeviceSymlinks()382 links.emplace_back(link_path + "/" + uevent.path.substr(last_slash + 1)); in GetBlockDeviceSymlinks()402 std::string link_path; in RemoveDeviceMapperLinks() local407 if (Readlink(path, &link_path) && link_path == devpath) { in RemoveDeviceMapperLinks()430 } else if (std::string link_path; in HandleDevice() local431 Readlink(link, &link_path) && link_path != devpath) { in HandleDevice()433 << ", which already links to: " << link_path; in HandleDevice()444 std::string link_path; in HandleDevice() local445 if (Readlink(link, &link_path) && link_path == devpath) { in HandleDevice()
70 std::string link_path = path_dir + "/" + symlink_name_prefix + suffix + ".so"; in create_dlfcn_test_symlink() local72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno); in create_dlfcn_test_symlink()73 *result = link_path; in create_dlfcn_test_symlink()