Home
last modified time | relevance | path

Searched refs:InvalidPath (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/nix/src/
Dlib.rs100 InvalidPath, enumerator
158 Error::InvalidPath => write!(f, "Invalid path"), in fmt()
218 return Err(Error::InvalidPath); in with_nix_path()
239 return Err(Error::InvalidPath); in with_nix_path()
243 Some(_) => Err(Error::InvalidPath), in with_nix_path()
/external/rust/crates/rusqlite/src/
Derror.rs44 InvalidPath(PathBuf), enumerator
131 (Error::InvalidPath(p1), Error::InvalidPath(p2)) => p1 == p2, in eq()
235 Error::InvalidPath(ref p) => write!(f, "Invalid path: {}", p.to_string_lossy()), in fmt()
295 | Error::InvalidPath(_) in source()
Dlib.rs273 let s = p.to_str().ok_or_else(|| Error::InvalidPath(p.to_owned()))?; in path_to_cstring()
/external/crosvm/devices/src/
Dvfio.rs42 InvalidPath, enumerator
67 VfioError::InvalidPath => write!(f,"invalid file path"), in fmt()
363 let group_path = uuid_path.read_link().map_err(|_| VfioError::InvalidPath)?; in new()
364 let group_osstr = group_path.file_name().ok_or(VfioError::InvalidPath)?; in new()
365 let group_str = group_osstr.to_str().ok_or(VfioError::InvalidPath)?; in new()
368 .map_err(|_| VfioError::InvalidPath)?; in new()
371 let name_osstr = sysfspath.file_name().ok_or(VfioError::InvalidPath)?; in new()
372 let name_str = name_osstr.to_str().ok_or(VfioError::InvalidPath)?; in new()
/external/llvm-project/clang/test/VFS/
Dsubframework-symlink.m21 // RUN: sed -e "s@INPUT_DIR@/InvalidPath@g" -e "s@OUT_DIR@/InvalidPath@g" %S/Inputs/vfsoverlay.yaml…
/external/crosvm/arch/src/
Dserial.rs30 InvalidPath, enumerator
45 InvalidPath => write!(f, "serial device path is invalid"), in fmt()
285 .open(path.parent().ok_or(Error::InvalidPath)?) in create_serial_device()
289 short_path.push(path.file_name().ok_or(Error::InvalidPath)?); in create_serial_device()
297 return Err(Error::InvalidPath); in create_serial_device()
/external/crosvm/gpu_display/src/
Dgpu_display_wl.rs111 Err(_) => return Err(GpuDisplayError::InvalidPath), in new()
113 Some(None) => return Err(GpuDisplayError::InvalidPath), in new()
Dlib.rs43 InvalidPath, enumerator
59 InvalidPath => write!(f, "invalid path"), in fmt()
Dgpu_display_x.rs559 Some(Err(_)) => return Err(GpuDisplayError::InvalidPath), in open_display()
/external/perfetto/src/base/
Dsubprocess_unittest.cc59 TEST(SubprocessTest, InvalidPath) { in TEST() argument
/external/tensorflow/tensorflow/lite/objc/tests/
DTFLInterpreterTests.m278 TFLInterpreter *brokenInterpreter = [[TFLInterpreter alloc] initWithModelPath:@"InvalidPath"
/external/libabigail/tests/data/test-read-dwarf/
Dtest11-pr18828.so.abi13242 <enumerator name='InvalidPath' value='30'/>
Dtest12-pr18844.so.abi17592 <enumerator name='InvalidPath' value='30'/>