Searched refs:short_path (Results 1 – 17 of 17) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | lua_proto_library.bzl | 10 short_path = file.short_path 11 if short_path.startswith("../"): 12 second_slash = short_path.index("/", 3) 13 short_path = short_path[second_slash + 1:] 18 if short_path.startswith("_virtual_imports"): 19 short_path = short_path.split("/", 2)[-1] 20 return short_path
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | build_defs.bzl | 54 short_path = file.short_path 55 if short_path.startswith("../"): 56 second_slash = short_path.index("/", 3) 57 short_path = short_path[second_slash + 1:] 58 return short_path
|
D | upb_proto_library.bzl | 17 short_path = file.short_path 18 if short_path.startswith("../"): 19 second_slash = short_path.index("/", 3) 20 short_path = short_path[second_slash + 1:] 27 if virtual_imports in short_path: 28 short_path = short_path.split(virtual_imports)[1].split("/", 1)[1] 29 return short_path
|
/external/webrtc/sdk/android/ |
D | PRESUBMIT.py | 19 short_path = input_api.basename(input_api.PresubmitLocalPath()) 25 (short_path, full_path))]
|
/external/crosvm/arch/src/ |
D | serial.rs | 275 let mut short_path = PathBuf::with_capacity(MAX_SOCKET_PATH_LENGTH); in create_serial_device() localVariable 276 short_path.push("/proc/self/fd/"); in create_serial_device() 288 short_path.push(dir.as_raw_descriptor().to_string()); in create_serial_device() 289 short_path.push(path.file_name().ok_or(Error::InvalidPath)?); in create_serial_device() 290 path_cow = Cow::Owned(short_path); in create_serial_device()
|
/external/bazelbuild-rules_android/rules/ |
D | data_binding.bzl | 82 "GenerateDataBindingBaseClasses %s" % class_info.short_path 97 # short_path might contain a parent directory reference if the 102 path = artifact.short_path 258 br_out.path.rpartition(br_out.short_path)[0] +
|
D | utils.bzl | 207 progress_message = "Copy %s to %s" % (src.short_path, dest.short_path), 219 progress_message = "Copy %s to %s" % (src.short_path, dest.short_path),
|
D | busybox.bzl | 427 progress_message = "Parsing Android Resources in %s" % out_symbols.short_path, 511 "Merging Android Assets in %s" % out_assets_zip.short_path, 586 "Linking Android Resources in " + out_file.short_path, 639 progress_message = "Compiling Android Resources in %s" % out_file.short_path, 740 "Merging compiled Android Resources in " + out_class_jar.short_path, 753 return manifest.short_path.replace("/_migrated/", "/") 829 progress_message = "Merging Android Manifests in %s" % out_file.short_path,
|
D | proguard.bzl | 43 "Validating proguard configuration %s" % proguard_spec.short_path
|
D | common.bzl | 101 progress_message = "Filtering %s" % in_zip.short_path,
|
D | resources.bzl | 211 sort_key = manifest.short_path + "#" 763 progress_message = "Generating compile-time R %s" % r_srcjar.short_path,
|
/external/grpc-grpc-java/ |
D | java_grpc_library.bzl | 3 return f.short_path
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2_localnet.py | 231 for path in [request_handler.path, request_handler.short_path]: 265 self.short_path = path
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2_localnet.py | 190 for path in [request_handler.path, request_handler.short_path]: 267 self.short_path = path
|
/external/tensorflow/third_party/nccl/ |
D | build_defs.bzl.tpl | 135 "REGISTERLINKBINARYFILE": '"%s"' % register_h.short_path, 136 "FATBINFILE": '"%s"' % fatbin_h.short_path,
|
/external/starlark-go/syntax/testdata/ |
D | scan.star | 1099 progress_message = "Linking %s" % ctx.outputs.out.short_path,
|
/external/tensorflow/tensorflow/ |
D | tensorflow.bzl | 2896 content = "\n".join([f.short_path for f in ctx.files.dep]),
|