Searched refs:path_buffer (Results 1 – 3 of 3) sorted by relevance
69 char path_buffer[0]; /* above data assume this is char array */ member78 char path_buffer[0]; /* above data assume this is char array */ member818 (ntfschar*)&mount_point_data->path_buffer[offs], in ntfs_make_symlink()828 p = (ntfschar*)&symlink_data->path_buffer[offs]; in ntfs_make_symlink()
11100 std::string_view path_buffer = in parse_prepared_path() local11106 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 …]
1316 Local<Value> path_buffer; in CollectExceptionInfo() local1318 path_buffer = in CollectExceptionInfo()1320 obj->Set(env->context(), env->path_string(), path_buffer).Check(); in CollectExceptionInfo()