Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/tools/
Dtombstone_to_line.py54 file_name=':'.join(details[:-1]))
61 line, info.file_name, info.line_number), file=out_file)
67 with open(info.file_name, 'r') as f:
76 ' ' * indent, info.file_name, info.line_number), file=out_file)
/device/google/cuttlefish/host/commands/modem_simulator/
Dcf_device_config.cpp35 std::string DeviceConfig::PerInstancePath(const char* file_name) { in PerInstancePath() argument
41 return instance.PerInstancePath(file_name); in PerInstancePath()
Ddevice_config.h30 static std::string PerInstancePath(const char* file_name);
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp360 const char* file_name) const { in PerInstancePath()
361 return (instance_dir() + "/") + file_name; in PerInstancePath()
365 const char* file_name) const { in PerInstanceInternalPath()
366 if (file_name[0] == '\0') { in PerInstanceInternalPath()
370 auto relative_path = (std::string(kInternalDirName) + "/") + file_name; in PerInstanceInternalPath()
Dcuttlefish_config.cpp881 const std::string& file_name) const { in AssemblyPath()
882 return cuttlefish::AbsolutePath(assembly_dir() + "/" + file_name); in AssemblyPath()
941 std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() argument
945 file_name; in DefaultHostArtifactsPath()
948 std::string DefaultGuestImagePath(const std::string& file_name) { in DefaultGuestImagePath() argument
951 file_name; in DefaultGuestImagePath()
Dcuttlefish_config.h389 std::string PerInstancePath(const char* file_name) const;
390 std::string PerInstanceInternalPath(const char* file_name) const;
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-odsp.h50 char file_name[256]; member
53 char file_name[256]; member
97 char file_name[256]; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-odsp.h52 char file_name[256]; member
56 char file_name[256]; member
108 char file_name[256]; member
/device/generic/goldfish-opengl/fuchsia/
Dreleasepackage.py91 file_name = "libvulkan_goldfish.so" variable
92 full_name = os.path.join(package_dir, file_name)
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp39 static std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() argument
42 file_name; in DefaultHostArtifactsPath()