Home
last modified time | relevance | path

Searched refs:PathName (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DPathName.schelp1 class:: PathName
81 myPath = PathName.new("./");
91 myPath = PathName.new("./");
101 myPath = PathName.new("./");
111 myPath = PathName.new("./");
121 myPath = PathName.new("./");
131 myPath = PathName.new("./");
165 (PathName("/somewhere") +/+ PathName("over/the/rainbow")).postln;
166 (PathName("/somewhere") +/+ PathName("/over/the/rainbow")).postln;
202 myPathName = PathName.new(path);
[all …]
/dports/devel/cc65/cc65-2.19/src/ld65/
H A Dmain.c185 char* PathName; in LinkFile() local
218 if (PathName == 0) { in LinkFile()
256 xfree (PathName); in LinkFile()
316 char* PathName; in OptConfig() local
323 if (PathName == 0) { in OptConfig()
326 if (PathName == 0) { in OptConfig()
331 CfgSetName (PathName); in OptConfig()
517 char* PathName; in OptTarget() local
535 if (PathName == 0) { in OptTarget()
538 if (PathName == 0) { in OptTarget()
[all …]
/dports/devel/libtecla/libtecla/
H A Dpathutil.h45 } PathName; typedef
47 PathName *_new_PathName(void);
48 PathName *_del_PathName(PathName *path);
50 char *_pn_clear_path(PathName *path);
51 char *_pn_append_to_path(PathName *path, const char *string, int slen,
53 char *_pn_prepend_to_path(PathName *path, const char *string, int slen,
55 char *_pn_resize_path(PathName *path, size_t length);
H A Dpathutil.c57 PathName *_new_PathName(void) in _new_PathName()
59 PathName *path; /* The object to be returned */ in _new_PathName()
63 path = (PathName *) malloc(sizeof(PathName)); in _new_PathName()
100 PathName *_del_PathName(PathName *path) in _del_PathName()
118 char *_pn_clear_path(PathName *path) in _pn_clear_path()
150 char *_pn_append_to_path(PathName *path, const char *string, int slen, in _pn_append_to_path()
220 char *_pn_prepend_to_path(PathName *path, const char *string, int slen, in _pn_prepend_to_path()
296 char *_pn_resize_path(PathName *path, size_t length) in _pn_resize_path()
/dports/sysutils/shim/shim-0.9/lib/
H A Dexecute.c48 generate_path(CHAR16* name, EFI_LOADED_IMAGE *li, EFI_DEVICE_PATH **path, CHAR16 **PathName) in generate_path() argument
74 *PathName = AllocatePool((pathlen + 1 + StrLen(name))*sizeof(CHAR16)); in generate_path()
76 if (!*PathName) { in generate_path()
82 StrCpy(*PathName, devpathstr); in generate_path()
85 StrCat(*PathName, L"\\"); in generate_path()
86 StrCat(*PathName, name); in generate_path()
88 *path = FileDevicePath(li->DeviceHandle, *PathName); in generate_path()
103 CHAR16 *PathName; in execute() local
111 status = generate_path(name, li, &devpath, &PathName); in execute()
124 FreePool(PathName); in execute()
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/
H A DFileSystem.vb224 Dim fi As New FileInfo(PathName)
275 …If PathName Is Nothing OrElse PathName.Length = 0 Then Throw New System.IO.FileNotFoundException("…
276 Dim fi As New FileInfo(PathName)
394 …If PathName Is Nothing OrElse PathName.Length = 0 Then Throw New System.ArgumentException("The pat…
402 Dim fi As New FileInfo(PathName)
403 Dim di As New DirectoryInfo(PathName)
407 attr = File.GetAttributes(PathName)
467 str_file_to_delete = PathName.Substring(last_ch + 1, PathName.Length - last_ch - 1)
583 Dim fi As New FileInfo(PathName)
584 Dim di As New DirectoryInfo(PathName)
[all …]
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dpathchnk.cpp14 PathName=0; in AVP_Path_Chunk()
22 PathName=new char[name_length+1]; in AVP_Path_Chunk()
23 strcpy(PathName,data); in AVP_Path_Chunk()
48 if(PathName) delete [] PathName; in ~AVP_Path_Chunk()
59 strcpy(data_start,PathName); in fill_data_block()
60 data_start+=(strlen(PathName)+4)&~3; in fill_data_block()
81 chunk_size+=(strlen(PathName)+4)&~3; in size_chunk()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Library/EfiFileLib/
H A DEfiFileLib.c300 Str = PathName; in ConvertIpStringToEfiIp()
713 if ((PathName[0] == '/') || (PathName[0] == '\\')) { in EfiOpen()
761 if (*PathName == 'f' || *PathName == 'F' || VolumeNameMatch) { in EfiOpen()
762 if (PathName[1] == 's' || PathName[1] == 'S' || VolumeNameMatch) { in EfiOpen()
770 } else if (PathName[1] == 'v' || PathName[1] == 'V') { in EfiOpen()
777 if ((PathName[FileStart] == '/') || (PathName[FileStart] == '\\')) { in EfiOpen()
795 } else if ((*PathName == 'A') || (*PathName == 'a')) { in EfiOpen()
802 while ((PathName[FileStart] != ':') && (PathName[FileStart] != '\0')) { in EfiOpen()
822 } else if (*PathName== 'l' || *PathName == 'L') { in EfiOpen()
840 } else if (*PathName == 'b' || *PathName == 'B') { in EfiOpen()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLPDataObjectReader.cxx31 this->PathName = nullptr; in vtkXMLPDataObjectReader()
47 delete[] this->PathName; in ~vtkXMLPDataObjectReader()
73 if (this->PathName && fileName[0] != '/') in CreatePieceFileName()
75 fileNameStream << this->PathName; in CreatePieceFileName()
115 delete[] this->PathName; in SplitFileName()
116 this->PathName = nullptr; in SplitFileName()
129 this->PathName = new char[length + 1]; in SplitFileName()
130 strncpy(this->PathName, this->FileName, length); in SplitFileName()
131 this->PathName[length] = '\0'; in SplitFileName()
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLPDataObjectReader.cxx31 this->PathName = nullptr; in vtkXMLPDataObjectReader()
47 delete[] this->PathName; in ~vtkXMLPDataObjectReader()
73 if (this->PathName && fileName[0] != '/') in CreatePieceFileName()
75 fileNameStream << this->PathName; in CreatePieceFileName()
115 delete[] this->PathName; in SplitFileName()
116 this->PathName = nullptr; in SplitFileName()
129 this->PathName = new char[length + 1]; in SplitFileName()
130 strncpy(this->PathName, this->FileName, length); in SplitFileName()
131 this->PathName[length] = '\0'; in SplitFileName()
/dports/devel/cc65/cc65-2.19/src/common/
H A Dsearchpath.c259 StrBuf PathName = AUTO_STRBUF_INITIALIZER; in SearchFile() local
266 SB_CopyStr (&PathName, CollConstAt (P, I)); in SearchFile()
269 if (SB_NotEmpty (&PathName)) { in SearchFile()
270 SB_AppendChar (&PathName, '/'); in SearchFile()
272 SB_AppendStr (&PathName, File); in SearchFile()
273 SB_Terminate (&PathName); in SearchFile()
276 if (access (SB_GetBuf (&PathName), 0) == 0) { in SearchFile()
278 Name = xstrdup (SB_GetBuf (&PathName)); in SearchFile()
284 SB_Done (&PathName); in SearchFile()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName()); in ~BlobFile()
50 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName() function in rocksdb::blob_db::BlobFile
69 std::string path_name(PathName()); in OpenRandomAccessReader()
133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options); in GetReader()
209 PathName().c_str(), s.ToString().c_str(), in GetReader()
215 NewLegacyRandomAccessFileWrapper(rfile), PathName()); in GetReader()
225 Status s = env->GetFileSize(PathName(), &file_size); in ReadMetadata()
245 s = env->NewRandomAccessFile(PathName(), &file, env_options); in ReadMetadata()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName()); in ~BlobFile()
50 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
69 std::string path_name(PathName()); in OpenRandomAccessReader()
133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options); in GetReader()
209 PathName().c_str(), s.ToString().c_str(), in GetReader()
215 NewLegacyRandomAccessFileWrapper(rfile), PathName()); in GetReader()
225 Status s = env->GetFileSize(PathName(), &file_size); in ReadMetadata()
245 s = env->NewRandomAccessFile(PathName(), &file, env_options); in ReadMetadata()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName()); in ~BlobFile()
50 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
69 std::string path_name(PathName()); in OpenRandomAccessReader()
133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options); in GetReader()
209 PathName().c_str(), s.ToString().c_str(), in GetReader()
215 NewLegacyRandomAccessFileWrapper(rfile), PathName()); in GetReader()
225 Status s = env->GetFileSize(PathName(), &file_size); in ReadMetadata()
245 s = env->NewRandomAccessFile(PathName(), &file, env_options); in ReadMetadata()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName());
50 Status s = Env::Default()->DeleteFile(PathName());
60 std::string BlobFile::PathName() const {
69 std::string path_name(PathName());
133 return Status::IOError("File does not have footer", PathName());
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options);
209 PathName().c_str(), s.ToString().c_str(),
215 NewLegacyRandomAccessFileWrapper(rfile), PathName());
225 Status s = env->GetFileSize(PathName(), &file_size);
245 s = env->NewRandomAccessFile(PathName(), &file, env_options);
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName()); in ~BlobFile()
50 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
69 std::string path_name(PathName()); in OpenRandomAccessReader()
133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options); in GetReader()
209 PathName().c_str(), s.ToString().c_str(), in GetReader()
215 NewLegacyRandomAccessFileWrapper(rfile), PathName()); in GetReader()
225 Status s = env->GetFileSize(PathName(), &file_size); in ReadMetadata()
245 s = env->NewRandomAccessFile(PathName(), &file, env_options); in ReadMetadata()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName()); in ~BlobFile()
50 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
69 std::string path_name(PathName()); in OpenRandomAccessReader()
133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options); in GetReader()
209 PathName().c_str(), s.ToString().c_str(), in GetReader()
215 NewLegacyRandomAccessFileWrapper(rfile), PathName()); in GetReader()
225 Status s = env->GetFileSize(PathName(), &file_size); in ReadMetadata()
245 s = env->NewRandomAccessFile(PathName(), &file, env_options); in ReadMetadata()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc49 std::string pn(PathName()); in ~BlobFile()
50 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
60 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
69 std::string path_name(PathName()); in OpenRandomAccessReader()
133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
204 s = env->NewRandomAccessFile(PathName(), &rfile, env_options); in GetReader()
209 PathName().c_str(), s.ToString().c_str(), in GetReader()
215 NewLegacyRandomAccessFileWrapper(rfile), PathName()); in GetReader()
225 Status s = env->GetFileSize(PathName(), &file_size); in ReadMetadata()
245 s = env->NewRandomAccessFile(PathName(), &file, env_options); in ReadMetadata()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/ParallelXML/
H A DvtkXMLPDataWriter.cxx37 this->PathName = 0; in vtkXMLPDataWriter()
55 delete [] this->PathName; in ~vtkXMLPDataWriter()
118 char* fileName = this->CreatePieceFileName(i, this->PathName); in WriteInternal()
227 delete [] this->PathName; in SplitFileName()
228 this->PathName = 0; in SplitFileName()
241 this->PathName = new char[length+1]; in SplitFileName()
242 strncpy(this->PathName, this->FileName, length); in SplitFileName()
243 this->PathName[length] = '\0'; in SplitFileName()
321 char* fileName = this->CreatePieceFileName(j, this->PathName); in WritePieces()
347 char* fileName = this->CreatePieceFileName(index, this->PathName); in WritePiece()
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLPDataReader.cxx43 this->PathName = 0; in vtkXMLPDataReader()
59 if(this->PathName) in ~vtkXMLPDataReader()
61 delete [] this->PathName; in ~vtkXMLPDataReader()
443 if(this->PathName && fileName && fileName[0] != '/') in CreatePieceFileName()
445 fn_with_warning_C4701 << this->PathName; in CreatePieceFileName()
480 if(this->PathName) in SplitFileName()
482 delete [] this->PathName; in SplitFileName()
483 this->PathName = 0; in SplitFileName()
497 this->PathName = new char[length+1]; in SplitFileName()
498 strncpy(this->PathName, this->FileName, length); in SplitFileName()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc48 std::string pn(PathName()); in ~BlobFile()
49 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
59 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
104 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
181 s = env->GetFileSystem()->NewRandomAccessFile(PathName(), file_options, in GetReader()
187 PathName().c_str(), s.ToString().c_str(), in GetReader()
188 env->FileExists(PathName()).ToString().c_str()); in GetReader()
193 std::make_shared<RandomAccessFileReader>(std::move(rfile), PathName()); in GetReader()
205 fs->GetFileSize(PathName(), file_options.io_options, &file_size, nullptr); in ReadMetadata()
225 s = RandomAccessFileReader::Create(fs, PathName(), file_options, &file_reader, in ReadMetadata()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc48 std::string pn(PathName()); in ~BlobFile()
49 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
59 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
104 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
181 s = env->GetFileSystem()->NewRandomAccessFile(PathName(), file_options, in GetReader()
187 PathName().c_str(), s.ToString().c_str(), in GetReader()
188 env->FileExists(PathName()).ToString().c_str()); in GetReader()
193 std::make_shared<RandomAccessFileReader>(std::move(rfile), PathName()); in GetReader()
205 fs->GetFileSize(PathName(), file_options.io_options, &file_size, nullptr); in ReadMetadata()
225 s = RandomAccessFileReader::Create(fs, PathName(), file_options, &file_reader, in ReadMetadata()
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/blob_db/
H A Dblob_file.cc48 std::string pn(PathName()); in ~BlobFile()
49 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
59 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
104 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
181 s = env->GetFileSystem()->NewRandomAccessFile(PathName(), file_options, in GetReader()
187 PathName().c_str(), s.ToString().c_str(), in GetReader()
188 env->FileExists(PathName()).ToString().c_str()); in GetReader()
193 std::make_shared<RandomAccessFileReader>(std::move(rfile), PathName()); in GetReader()
205 fs->GetFileSize(PathName(), file_options.io_options, &file_size, nullptr); in ReadMetadata()
225 s = RandomAccessFileReader::Create(fs, PathName(), file_options, &file_reader, in ReadMetadata()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/blob_db/
H A Dblob_file.cc48 std::string pn(PathName()); in ~BlobFile()
49 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
59 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
104 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
181 s = env->GetFileSystem()->NewRandomAccessFile(PathName(), file_options, in GetReader()
187 PathName().c_str(), s.ToString().c_str(), in GetReader()
188 env->FileExists(PathName()).ToString().c_str()); in GetReader()
193 std::make_shared<RandomAccessFileReader>(std::move(rfile), PathName()); in GetReader()
205 fs->GetFileSize(PathName(), file_options.io_options, &file_size, nullptr); in ReadMetadata()
225 s = RandomAccessFileReader::Create(fs, PathName(), file_options, &file_reader, in ReadMetadata()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_file.cc48 std::string pn(PathName()); in ~BlobFile()
49 Status s = Env::Default()->DeleteFile(PathName()); in ~BlobFile()
59 std::string BlobFile::PathName() const { in PathName() function in ROCKSDB_NAMESPACE::blob_db::BlobFile
104 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
181 s = env->GetFileSystem()->NewRandomAccessFile(PathName(), file_options, in GetReader()
187 PathName().c_str(), s.ToString().c_str(), in GetReader()
188 env->FileExists(PathName()).ToString().c_str()); in GetReader()
193 std::make_shared<RandomAccessFileReader>(std::move(rfile), PathName()); in GetReader()
205 fs->GetFileSize(PathName(), file_options.io_options, &file_size, nullptr); in ReadMetadata()
225 s = RandomAccessFileReader::Create(fs, PathName(), file_options, &file_reader, in ReadMetadata()

12345678910>>...47