Home
last modified time | relevance | path

Searched refs:directory_location (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmain.c194 uint64_t directory_location; in probe_embedded() local
215 directory_location = GUINT64_FROM_LE ((*(uint64_t *) &sigbuffer [0])); in probe_embedded()
216 if (lseek (fd, directory_location, SEEK_SET) == -1) in probe_embedded()
218 directory_size = sigstart-directory_location; in probe_embedded()
241 …mapaddress = mono_file_map (directory_location-offset, MONO_MMAP_READ | MONO_MMAP_PRIVATE, fd, off… in probe_embedded()
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/state/
H A Dstatein.h101 int directory_location() const { return dir_loc_; } in directory_location() function
H A Dstatein.cc310 if (directory_location() && seekable()) { in find_and_get_directory()
312 seek(directory_location()); in find_and_get_directory()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-context.cpp2793 const gchar* directory_location; in dnf_context_clean_cache() local
2841 directory_location = dnf_repo_get_location(src); in dnf_context_clean_cache()
2845 g_file_test(directory_location, G_FILE_TEST_EXISTS)) { in dnf_context_clean_cache()
2846 ret = dnf_delete_files_matching(directory_location, in dnf_context_clean_cache()