Home
last modified time | relevance | path

Searched refs:path_buffer (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dreparse.c69 char path_buffer[0]; /* above data assume this is char array */ member
78 char path_buffer[0]; /* above data assume this is char array */ member
818 (ntfschar*)&mount_point_data->path_buffer[offs], in ntfs_make_symlink()
828 p = (ntfschar*)&symlink_data->path_buffer[offs]; in ntfs_make_symlink()
/third_party/node/deps/ada/
Dada.cpp11100 std::string_view path_buffer = in parse_prepared_path() local
11106 if (unicode::is_double_dot_path_segment(path_buffer)) { in parse_prepared_path()
11111 } else if (unicode::is_single_dot_path_segment(path_buffer) && in parse_prepared_path()
11116 else if (!unicode::is_single_dot_path_segment(path_buffer)) { in parse_prepared_path()
11121 checkers::is_windows_drive_letter(path_buffer)) { in parse_prepared_path()
11123 path += path_buffer[0]; in parse_prepared_path()
11125 path_buffer.remove_prefix(2); in parse_prepared_path()
11126 path.append(path_buffer); in parse_prepared_path()
11130 path.append(path_buffer); in parse_prepared_path()
14854 std::string_view path_buffer = in consume_prepared_path() local
[all …]
/third_party/node/src/
Denv.cc1316 Local<Value> path_buffer; in CollectExceptionInfo() local
1318 path_buffer = in CollectExceptionInfo()
1320 obj->Set(env->context(), env->path_string(), path_buffer).Check(); in CollectExceptionInfo()